Search results 60

Card image cap
XLShortcut_EnableDisable

Disables or Enables certain Excel built-in shortcut. Code has example on how ...

Card image cap
Styles_DeleteNonStandard

Delete styles from an Excel workbook, any non-standard style will be deleted. ...

Card image cap
RunFromShared

Check is this VBA-Excel file is running from a shared folder (Starts with \\) ...

Card image cap
UnBreakAr + BreakAr

Fix broken Arabic char, by using AscW and ChrW This is Excel User-defined ...

Card image cap
ExcelMenu_onfly

Creates Excel menu on the fly, list of menu items, command actions, and icons ...

Card image cap
FindFile

Finds if a workbook is open or not in same Excel session

Card image cap
FaceIDs

Excel menu icons and icon ids (named FaceIDs) used when yu create toolbars and ...

FaceIDs.zip

Card image cap
Sort1Col

Sorts a column in Excel, easily, with options

Card image cap
CellSave (SimpleSave)

Saves value to cell without deformation and converting Used to be called ...

Card image cap
BrowseWorkbook + BrowseWorkbook_Save

Asks for Excel file to open, then return the full filename with path if ...

Card image cap
GetColumnName, ColumnName_XOffset

Gets the column name from a cell address. Returns "E" from "E45", or "BR" from ...

Card image cap
BrowseFolder

Asks user for a folder tested in VBA of word as well as VBA in Excel